home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "Second.h"
- //---------------------------------------------------------------------------
- #pragma resource "*.dfm"
- TSecondForm *SecondForm;
- //---------------------------------------------------------------------------
- __fastcall TSecondForm::TSecondForm(TComponent* Owner)
- : TForm(Owner)
- {
- }
- //---------------------------------------------------------------------------